Install PHP Opcache in OS X 发表于 2016-08-21 | Install PHP Opcache in OS XInstall command1brew install php56-opcache Configure Opcache1sudo vim /usr/local/etc/php/5.6/conf.d/ext-opcache.ini configure content123456opcache.validate_timestamps = 1 // "0" in productionopcache.revalidate_freq = 0opcache.memory_consumption = 64opcache.interned_strings_buffer = 16opcache.max_accelerated_files = 4000opcache.fast_shutdown = 1